projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e0697c
)
merge r23272
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 6 Oct 2010 13:24:38 +0000
(13:24 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 6 Oct 2010 13:24:38 +0000
(13:24 +0000)
SVN-Revision: 23273
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index d70547ac13aab3ff23ddbaa70275e3c3564c8b3e..1e91eb2b5fb036a0e33a6f7417e1ab07dc89da93 100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-102,7
+102,7
@@
dnsmasq() {
[ "$readethers" = "1" ] && [ -e "/etc/ethers" ] || touch /etc/ethers
config_get leasefile $cfg leasefile
- [ -n "$leasefile" ] &&
([ -e "$leasefile" ] || touch "$leasefile")
+ [ -n "$leasefile" ] &&
[ -e "$leasefile" ] || touch "$leasefile"
config_get_bool cachelocal "$cfg" cachelocal 1
config_get hostsfile "$cfg" dhcphostsfile